花费 17 ms
【转】Android使用XML Shape绘制带阴影效果的圆形按钮

众所周知,在Android开发里,为了优化在各种分辨率设备上的显示效果,同一份图片素材往往要提供mdpi、hdpi、xhdpi三种(以前还有ldpi), 尤其是按钮类的素材,考虑到normal、pr ...

Wed May 11 18:18:00 CST 2016 0 13394
PendingIntent.getActivity的使用

PendingIntent.getActivity(Context context, int requestCode, Intent intent, int flags) 第一个参数连接上下文的co ...

Tue Oct 25 18:23:00 CST 2016 0 5192
【转】android中Uri.parse()用法

1,调web浏览器 Uri myBlogUri = Uri.parse("http://xxxxx.com"); returnIt = new Intent(Intent.ACTION_VIEW, m ...

Fri Aug 12 22:33:00 CST 2016 0 1601

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM